home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / mus / misc / lame.lha / LAME / LAME.readme < prev    next >
Encoding:
Text File  |  1999-07-21  |  2.1 KB  |  76 lines

  1. LAME Ain't a Mp3 Encoder
  2. ~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. Don't be fooled by the name, LAME is a mp3 encoder, and a damn good one at that
  5. too! ;)
  6.  
  7. Since v3 it started using GPSYCHO, a GPL'd psycho-acoustic model (if you don't
  8. know what that is, read up on the mp3 format) that produces a very nice final
  9. result.
  10.  
  11. This is my (very successful ;) ) attempt at porting it to the Amiga, since I
  12. felt that the other ports out there were too poor and unstable, and not updated
  13. frequently enough (LAME is still a project in progress, and there are often
  14. updates available). This port has been extensively tested and proved very
  15. stable, and will be updated frequently alongside the original project.
  16.  
  17.  
  18. - CISC
  19.  
  20.  
  21.  
  22. Hints & Tips
  23. ~~~~~~~~~~~~
  24.  
  25. Experiencing startup or random crashes when running LAME?
  26.  
  27. - Try increasing stacksize (LAME needs atleast 100000 (This only applies to PPC
  28.   version, as the 68k versions have automatic stackextend)).
  29.  
  30. - Unplug your accelerator board and plug it in again, as it is known that there
  31.   sometimes occur a bad connection for whatever reason that will make your
  32.   programs behave badly (esp. PPC).
  33.  
  34. - Remove nasty patches.
  35.  
  36.  
  37. I'm encoding directly from CD using AsimCDFS, and all my RAM disappears.
  38.  
  39. - Turn off "Stream CDDA Audio" in AsimCDFS_Prefs. (Thanks to Denis Zwornarz)
  40.  
  41.  
  42. 3.05+ is slower than 3.04, why?
  43.  
  44. - 3.05 uses a different quantization routine for j-stereo which is slower (but
  45.   better), use the "-m f" option to use another routine that's a little faster.
  46.  
  47.  
  48. LAME is too slow, I want something faster!
  49.  
  50. - I've optimized the exe's as good as I can, but if you want to encode even
  51.   faster (but with poorer quality), use the "-f" option.
  52.  
  53.   (on a 060/50 the speed is 0.1056x vs. 0.2362x here. (v3.20)) ;)
  54.  
  55. - Get a PPC card (my 604e/233 encodes at 0.9558x (no options enabled) and
  56.   2.2166x (-f option) with a 44.1kHz stereo AIFF). ;)
  57.  
  58.  
  59. Where's the WarpOS version of LAME?
  60.  
  61. - Use Frank Wille's ppclibemu, with that the ELF works gr8 under WarpOS.
  62.  
  63.  
  64.  
  65. Links
  66. ~~~~~
  67.  
  68. The Amiga LAME Page
  69. -> http://csc.smsu.edu/~strauser/LAME.html
  70.  
  71. LAME
  72. -> http://www.sulaco.org/mp3
  73.  
  74. MP3'Tech
  75. -> http://www.mp3tech.org/
  76.